Added consumer key to example docs

I forgot adding the consumer key. Having it as an example in the file might help configuring.

Tobias Struckmeier 9 years ago
parent
commit
506ebdae3d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .env.example

+ 3 - 1
.env.example

@@ -88,6 +88,8 @@ AGENT_LOG_LENGTH=200
88 88
 
89 89
 TWITTER_OAUTH_KEY=
90 90
 TWITTER_OAUTH_SECRET=
91
+TWITTER_CONSUMER_KEY=
92
+TWITTER_CONSUMER_SECRET=
91 93
 
92 94
 THIRTY_SEVEN_SIGNALS_OAUTH_KEY=
93 95
 THIRTY_SEVEN_SIGNALS_OAUTH_SECRET=
@@ -164,4 +166,4 @@ FAILED_JOBS_TO_KEEP=100
164 166
 DELAYED_JOB_MAX_RUNTIME=20
165 167
 
166 168
 # Amount of seconds for delayed_job to sleep before checking for new jobs
167
-DELAYED_JOB_SLEEP_DELAY=10
169
+DELAYED_JOB_SLEEP_DELAY=10